LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterCollection<T> Class Methods
See Also 
Leadtools Namespace : RasterCollection<T> Class


"

For a list of all members of this type, see RasterCollection<T> members.

"

Public Methods

 NameDescription
public Method AddAdds the specified item to the end of the collection.  
public Method AddRangeAdds the elements of an System.Collections.ICollection to the end of the collection.  
public Method BringToFrontBrings the specified item forward in the collection.  
public Method ClearRemoves all items from the collection. Supported in Silverlight, Windows Phone 7  
public Method ContainsDetermines whether or not the specified item is contained in the collection.  
public Method CopyToCopies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.  
public Method DisableEventsCalled to disable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7  
public Method EnableEventsCalled to enable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7  
public Method GetEnumeratorReturns a generic enumerator that can iterate through the RasterCollection<T>. Supported in Silverlight, Windows Phone 7  
public Method IndexOfReturns the index of the specified item if it is found in the collection.  
public Method InsertInserts the specified item at the specified index.  
public Method RemoveRemoves the specified item.  
public Method RemoveAtRemoves the item from the specified index. Supported in Silverlight, Windows Phone 7  
public Method SendToBackSends the specified item back in the collection.  
Top

Protected Methods

 NameDescription
protected Method OnItemAddedRaises the ItemAdded event.  
protected Method OnItemRemovedRaises the ItemRemoved event.  
Top

See Also